From 23fa7fcc6ed48365015d01b476941627f0c2ad70 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 28 Mar 2010 04:21:47 +0200 Subject: [PATCH] Fix a misspelling in gtk_cell_view_new_with_markup This fixes bug 613887. --- gtk/gtkcellview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c index fed07125f6..0dd98b0a76 100644 --- a/gtk/gtkcellview.c +++ b/gtk/gtkcellview.c @@ -768,7 +768,7 @@ gtk_cell_view_new_with_text (const gchar *text) * @markup: the text to display in the cell view * * Creates a new #GtkCellView widget, adds a #GtkCellRendererText - * to it, and makes its show @markup. The text can text can be + * to it, and makes it show @markup. The text can be * marked up with the Pango text * markup language. * -- 2.30.2